
.c_date_range {
    width: 200px;
    background-color: lightgray;
    }

.c_filter {
    width: 320px;
    background-color: lightgray;
        }

.desktop{
  width: 320px;
  padding-bottom: 4rem!important;
  /* background-color: black; */
}


/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

  .desktop{
    width: 800px;
   }

}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 


 }